Autogenerated HTML docs for v1.1.6-g5b766 
diff --git a/git-repo-config.html b/git-repo-config.html index 23c55ae..3d36447 100644 --- a/git-repo-config.html +++ b/git-repo-config.html 
@@ -3,7 +3,7 @@  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">   <head>   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  -<meta name="generator" content="AsciiDoc 7.0.1" />  +<meta name="generator" content="AsciiDoc 7.0.2" />   <style type="text/css">   /* Debug borders */   p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {  @@ -272,12 +272,12 @@  </div>   <h2>SYNOPSIS</h2>   <div class="sectionbody">  -<p><em>git-repo-config</em> name [value [value_regex]]  -<em>git-repo-config</em> --replace-all name [value [value_regex]]  -<em>git-repo-config</em> --get name [value_regex]  -<em>git-repo-config</em> --get-all name [value_regex]  -<em>git-repo-config</em> --unset name [value_regex]  -<em>git-repo-config</em> --unset-all name [value_regex]</p>  +<p><em>git-repo-config</em> [type] name [value [value_regex]]  +<em>git-repo-config</em> [type] --replace-all name [value [value_regex]]  +<em>git-repo-config</em> [type] --get name [value_regex]  +<em>git-repo-config</em> [type] --get-all name [value_regex]  +<em>git-repo-config</em> [type] --unset name [value_regex]  +<em>git-repo-config</em> [type] --unset-all name [value_regex]</p>   </div>   <h2>DESCRIPTION</h2>   <div class="sectionbody">  @@ -288,6 +288,11 @@  should provide a POSIX regex for the value. If you want to handle the lines   <strong>not</strong> matching the regex, just prepend a single exclamation mark in front   (see EXAMPLES).</p>  +<p>The type specifier can be either <em>--int</em> or <em>--bool</em>, which will make  +<em>git-repo-config</em> ensure that the variable(s) are of the given type and  +convert the value to the canonical form (simple decimal number for int,  +a "true" or "false" string for bool). If no type specifier is passed,  +no checks or transformations are performed on the value.</p>   <p>This command will fail if</p>   <ol>   <li>  @@ -476,7 +481,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Jan-2006 17:12:42 PDT  +Last updated 12-Feb-2006 13:31:35 UTC   </div>   </div>   </body>